home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the movieTime of sprite 22 < the duration of member the memberNum of sprite 22 then
- go(the frame)
- else
- go(1)
- end if
- end
-
- on mouseDown
- set sp to the clickOn
- case sp of
- 2:
- go("s1")
- 3:
- go("s2")
- 4:
- go("s3")
- 5:
- go("s4")
- 6:
- go("s5")
- 7:
- go("s6")
- 12:
- set the visible of sprite 12 to 0
- set the visible of sprite 22 to 0
- go(#next)
- set the visible of sprite 22 to 1
- set the visible of sprite 12 to 1
- 13:
- set the visible of sprite 8 to 1
- set the visible of sprite 9 to 1
- set the movieRate of sprite 22 to 0
- buttonaction(sp)
- go(1, "menu")
- 14:
- set the visible of sprite 8 to 1
- set the visible of sprite 9 to 1
- set the movieRate of sprite 22 to 0
- buttonaction(sp)
- quit()
- 15:
- set the visible of sprite 15 to 0
- set the movieRate of sprite 22 to 0
- set the movieTime of sprite 22 to 0
- buttonaction(sp)
- go(1)
- set the visible of sprite 15 to 1
- end case
- end
-